ConcurrentBag(T) Constructor

Task Parallel System.Threading

Overload List

  NameDescription
ConcurrentBag<(Of <(T>)>)()()()
Initializes a new instance of the ConcurrentBag<(Of <(T>)>) class.
ConcurrentBag<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Initializes a new instance of the ConcurrentBag<(Of <(T>)>) class that contains elements copied from the specified collection.

See Also